projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a04631
)
Remove a duplicate doc comment
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Dec 2010 17:15:55 +0000
(12:15 -0500)
committer
Kristian Rietveld
<kris@gtk.org>
Wed, 22 Dec 2010 16:47:00 +0000
(17:47 +0100)
gdk/x11/gdkdisplay-x11.c
patch
|
blob
|
history
diff --git
a/gdk/x11/gdkdisplay-x11.c
b/gdk/x11/gdkdisplay-x11.c
index 20405bddc52d3568a6a3bb436ac72636053155fa..37512e7bae562f6bd24651189babc64fb1bbad24 100644
(file)
--- a/
gdk/x11/gdkdisplay-x11.c
+++ b/
gdk/x11/gdkdisplay-x11.c
@@
-1187,17
+1187,6
@@
set_sm_client_id (GdkDisplay *display,
gdk_x11_get_xatom_by_name_for_display (display, "SM_CLIENT_ID"));
}
-/**
- * gdk_display_open:
- * @display_name: the name of the display to open
- *
- * Opens a display.
- *
- * Return value: (transfer none): a #GdkDisplay, or %NULL if the display
- * could not be opened.
- *
- * Since: 2.2
- */
GdkDisplay *
_gdk_x11_display_open (const gchar *display_name)
{